C1.DataCollection Assembly / C1.DataCollection Namespace / FilterUnaryExpression<T> Class
Properties Methods

FilterUnaryExpression<T> Class Members

The following tables list the members exposed by FilterUnaryExpression<T>.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the FilterUnaryExpression<T> class.  
Top
Public Properties
 NameDescription
Public PropertyThe current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'. (Inherited from C1.DataCollection.FilterOperationExpression)
Public PropertyPath of the data item used get the value to which the expression will be applied. (Inherited from C1.DataCollection.FilterOperationExpression)
Public PropertyThe filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA". (Inherited from C1.DataCollection.FilterOperationExpression)
Top
Public Methods
 NameDescription
Public Method (Inherited from C1.DataCollection.FilterOperationExpression)
Public Method (Inherited from C1.DataCollection.FilterOperationExpression)
Public MethodReturns a System.String that represents this instance. (Inherited from C1.DataCollection.FilterOperationExpression)
Top
Extension Methods
 NameDescription
Public Extension MethodGets the expression corresponding to the specified scope.
Public Extension MethodGets whether the expression belongs to the specified scope.
Public Extension MethodRemoves the expression in the specified scope.
Public Extension MethodReplaces the expression in the specified scope by the newExpression.
Top
See Also